home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Fiszkowe programy do nauki / Teach2000 8.19 / teach819.exe / {app} / Teach2000.exe / 0 / RCDATA / TFRMPRINTTEST / TFRMPRINTTEST.txt
Text File  |  2007-07-13  |  8KB  |  330 lines

  1. object frmPrintTest: TfrmPrintTest
  2.   Left = 354
  3.   Top = 157
  4.   HelpContext = 3000
  5.   ActiveControl = edTitle
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   ClientHeight = 463
  8.   ClientWidth = 585
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 480
  11.   Constraints.MinWidth = 585
  12.   ParentFont = True
  13.   OldCreateOrder = False
  14.   Position = poOwnerFormCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 409
  20.     Width = 585
  21.     Height = 54
  22.     Align = alBottom
  23.     TabOrder = 0
  24.     DesignSize = (
  25.       585
  26.       54)
  27.     object btnClose: TTntButton
  28.       Left = 489
  29.       Top = 13
  30.       Width = 75
  31.       Height = 25
  32.       Anchors = [akRight, akBottom]
  33.       ModalResult = 2
  34.       TabOrder = 0
  35.     end
  36.     object btnPrint: TTntButton
  37.       Left = 409
  38.       Top = 13
  39.       Width = 75
  40.       Height = 25
  41.       Anchors = [akRight, akBottom]
  42.       TabOrder = 1
  43.       OnClick = btnPrintClick
  44.     end
  45.   end
  46.   object Panel2: TPanel
  47.     Left = 0
  48.     Top = 0
  49.     Width = 585
  50.     Height = 273
  51.     Align = alTop
  52.     BevelOuter = bvNone
  53.     TabOrder = 1
  54.     DesignSize = (
  55.       585
  56.       273)
  57.     object lblTeacher: TTntLabel
  58.       Left = 16
  59.       Top = 72
  60.       Width = 49
  61.       Height = 13
  62.       Caption = 'lblTeacher'
  63.       FocusControl = edTeacher
  64.     end
  65.     object lblTitle: TTntLabel
  66.       Left = 16
  67.       Top = 24
  68.       Width = 30
  69.       Height = 13
  70.       Caption = 'lblTitle'
  71.       FocusControl = edTitle
  72.     end
  73.     object lblCodeCaption: TTntLabel
  74.       Left = 336
  75.       Top = 144
  76.       Width = 72
  77.       Height = 13
  78.       Caption = 'lblCodeCaption'
  79.     end
  80.     object lblCode: TTntLabel
  81.       Left = 526
  82.       Top = 144
  83.       Width = 35
  84.       Height = 13
  85.       Alignment = taRightJustify
  86.       Caption = 'lblCode'
  87.     end
  88.     object Bevel1: TBevel
  89.       Left = 16
  90.       Top = 160
  91.       Width = 546
  92.       Height = 9
  93.       Anchors = [akLeft, akTop, akRight]
  94.       Shape = bsTopLine
  95.     end
  96.     object Bevel2: TBevel
  97.       Left = 16
  98.       Top = 224
  99.       Width = 546
  100.       Height = 9
  101.       Anchors = [akLeft, akTop, akRight]
  102.       Shape = bsTopLine
  103.     end
  104.     object lblRemarksAbove: TTntLabel
  105.       Left = 16
  106.       Top = 176
  107.       Width = 82
  108.       Height = 13
  109.       Caption = 'lblRemarksAbove'
  110.       FocusControl = edRemarksAbove
  111.     end
  112.     object lblSchool: TTntLabel
  113.       Left = 16
  114.       Top = 96
  115.       Width = 41
  116.       Height = 13
  117.       Caption = 'lblSchool'
  118.       FocusControl = edSchool
  119.     end
  120.     object lblDate: TTntLabel
  121.       Left = 16
  122.       Top = 144
  123.       Width = 33
  124.       Height = 13
  125.       Caption = 'lblDate'
  126.       FocusControl = dtpDate
  127.     end
  128.     object lblRemarksBelow: TTntLabel
  129.       Left = 16
  130.       Top = 200
  131.       Width = 79
  132.       Height = 13
  133.       Caption = 'lblRemarksBelow'
  134.       FocusControl = edRemarksBelow
  135.     end
  136.     object lblTopic: TTntLabel
  137.       Left = 16
  138.       Top = 48
  139.       Width = 35
  140.       Height = 13
  141.       Caption = 'lblTopic'
  142.       FocusControl = edTopic
  143.     end
  144.     object lblLogo: TTntLabel
  145.       Left = 16
  146.       Top = 120
  147.       Width = 33
  148.       Height = 13
  149.       Caption = 'lblLogo'
  150.       FocusControl = edLogo
  151.     end
  152.     object sbBrowse: TTntSpeedButton
  153.       Left = 314
  154.       Top = 112
  155.       Width = 23
  156.       Height = 22
  157.       OnClick = sbBrowseClick
  158.     end
  159.     object edTeacher: TTntEdit
  160.       Left = 176
  161.       Top = 64
  162.       Width = 137
  163.       Height = 21
  164.       TabOrder = 2
  165.       OnChange = edCodeParamChange
  166.     end
  167.     object edTitle: TTntEdit
  168.       Left = 176
  169.       Top = 16
  170.       Width = 386
  171.       Height = 21
  172.       Anchors = [akLeft, akTop, akRight]
  173.       TabOrder = 0
  174.       OnChange = edCodeParamChange
  175.     end
  176.     object edRemarksAbove: TTntEdit
  177.       Left = 176
  178.       Top = 168
  179.       Width = 386
  180.       Height = 21
  181.       Anchors = [akLeft, akTop, akRight]
  182.       TabOrder = 6
  183.     end
  184.     object edSchool: TTntEdit
  185.       Left = 176
  186.       Top = 88
  187.       Width = 137
  188.       Height = 21
  189.       TabOrder = 3
  190.       OnChange = edCodeParamChange
  191.     end
  192.     object dtpDate: TDateTimePicker
  193.       Left = 176
  194.       Top = 136
  195.       Width = 137
  196.       Height = 21
  197.       Date = 37843.938249236110000000
  198.       Time = 37843.938249236110000000
  199.       TabOrder = 5
  200.       OnChange = edCodeParamChange
  201.     end
  202.     object edRemarksBelow: TTntEdit
  203.       Left = 176
  204.       Top = 192
  205.       Width = 386
  206.       Height = 21
  207.       Anchors = [akLeft, akTop, akRight]
  208.       TabOrder = 7
  209.     end
  210.     object edTopic: TTntEdit
  211.       Left = 176
  212.       Top = 40
  213.       Width = 137
  214.       Height = 21
  215.       TabOrder = 1
  216.       OnChange = edCodeParamChange
  217.     end
  218.     object btnShuffle: TTntButton
  219.       Left = 489
  220.       Top = 240
  221.       Width = 75
  222.       Height = 25
  223.       Anchors = [akTop, akRight]
  224.       TabOrder = 8
  225.       OnClick = btnShuffleClick
  226.     end
  227.     object edLogo: TTntEdit
  228.       Left = 176
  229.       Top = 112
  230.       Width = 137
  231.       Height = 21
  232.       TabOrder = 4
  233.       OnChange = edCodeParamChange
  234.     end
  235.   end
  236.   object vstPrintTest: TVirtualStringTree
  237.     Left = 0
  238.     Top = 273
  239.     Width = 585
  240.     Height = 136
  241.     Align = alClient
  242.     DefaultNodeHeight = 26
  243.     DragMode = dmAutomatic
  244.     EditDelay = 100
  245.     Header.AutoSizeIndex = 0
  246.     Header.Font.Charset = DEFAULT_CHARSET
  247.     Header.Font.Color = clWindowText
  248.     Header.Font.Height = -11
  249.     Header.Font.Name = 'Tahoma'
  250.     Header.Font.Style = []
  251.     Header.Options = [hoColumnResize, hoDblClickResize, hoDrag, hoShowSortGlyphs, hoVisible]
  252.     Header.PopupMenu = VTHeaderPopupMenu
  253.     Header.Style = hsXPStyle
  254.     HintMode = hmTooltip
  255.     IncrementalSearch = isAll
  256.     ParentShowHint = False
  257.     PopupMenu = pmOptions
  258.     ShowHint = True
  259.     TabOrder = 2
  260.     TreeOptions.MiscOptions = [toAcceptOLEDrop, toEditable, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  261.     TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowHorzGridLines, toShowTreeLines, toShowVertGridLines, toThemeAware, toUseBlendedImages]
  262.     TreeOptions.SelectionOptions = [toExtendedFocus, toRightClickSelect]
  263.     OnBeforeCellPaint = vstPrintTestBeforeCellPaint
  264.     OnClick = vstPrintTestClick
  265.     OnCreateEditor = vstPrintTestCreateEditor
  266.     OnEditCancelled = vstPrintTestEditCancelled
  267.     OnEdited = vstPrintTestEdited
  268.     OnEditing = vstPrintTestEditing
  269.     OnGetText = vstPrintTestGetText
  270.     OnPaintText = vstPrintTestPaintText
  271.     OnKeyDown = vstPrintTestKeyDown
  272.     Columns = <
  273.       item
  274.         Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  275.         Position = 0
  276.         WideText = 'Number'
  277.       end
  278.       item
  279.         Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  280.         Position = 1
  281.         Width = 100
  282.         WideText = 'Question'
  283.       end
  284.       item
  285.         Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  286.         Position = 2
  287.         Width = 100
  288.         WideText = 'Answer'
  289.       end
  290.       item
  291.         Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  292.         Position = 3
  293.         Width = 100
  294.       end
  295.       item
  296.         Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  297.         Position = 4
  298.         Width = 100
  299.       end
  300.       item
  301.         Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  302.         Position = 5
  303.         Width = 100
  304.       end>
  305.     WideDefaultText = ''
  306.   end
  307.   object VTHeaderPopupMenu: TVTHeaderPopupMenu
  308.     Left = 408
  309.     Top = 200
  310.   end
  311.   object pmOptions: TPopupMenu
  312.     Left = 360
  313.     Top = 224
  314.     object miSetPoints: TMenuItem
  315.       Caption = 'miSetPoints'
  316.       OnClick = miSetPointsClick
  317.     end
  318.     object miSetWhiteSpace: TMenuItem
  319.       Caption = 'miSetWhiteSpace'
  320.       OnClick = miSetWhiteSpaceClick
  321.     end
  322.   end
  323.   object OpenDialog: TTntOpenPictureDialog
  324.     DefaultExt = 'png'
  325.     Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  326.     Left = 416
  327.     Top = 232
  328.   end
  329. end
  330.